Skip to content

feat: package the carve-changesets skill - #45

Merged
shaug merged 1 commit into
mainfrom
scott/35-package-carve-changesets
Jul 22, 2026
Merged

feat: package the carve-changesets skill#45
shaug merged 1 commit into
mainfrom
scott/35-package-carve-changesets

Conversation

@shaug

@shaug shaug commented Jul 22, 2026

Copy link
Copy Markdown
Owner

TL;DR

Packages the consolidated carve-changesets implementation as a complete agent skill and removes its retired predecessor.

Summary

  • Add the carve-changesets skill contract with capability gates, authority resolution, phased execution, stop conditions, and evidence-bound terminal states.
  • Add focused plan-schema and consolidated-CLI references plus OpenAI interface metadata.
  • Remove the frozen prepare-changesets skill and migrate README and justfile entry points.
  • Remove every remaining legacy skill-name and recordkeeping-path reference while preserving predecessor history in git.

Validation

  • just format
  • just lint
  • just test
  • skills-ref validate skills/carve-changesets through the full lint gate
  • Hidden repository-wide legacy-reference scan: zero matches
  • Documented CLI command/flag verification against scripts/cli.py --help
  • Local Markdown-link verification
  • Repository-owned review-code-change: clean across solution simplicity, correctness, and code simplicity at a8e19110380e048e0aaf85e820c114fe2a07cc7f

Tickets

Fixes #35

## Summary
- Add the carve-changesets skill contract, plan schema, CLI reference, and OpenAI metadata
- Remove the retired prepare-changesets skill and migrate repository entry points
- Document authority, delegation, terminal-state, and evidence requirements

## Why
- Make the consolidated carve-changesets implementation discoverable and operable as a repository skill
- Remove the duplicate predecessor now that its frozen history is preserved in git
@shaug
shaug merged commit 0a75b5b into main Jul 22, 2026
1 check passed
@shaug
shaug deleted the scott/35-package-carve-changesets branch July 22, 2026 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Write the carve-changesets SKILL.md and delete the obsoleted prepare-changesets skill

1 participant